home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / multifld.zip / 0001.DAT next >
Text File  |  1992-01-03  |  3KB  |  41 lines

  1. DO NOT TAMPER WITH THIS FILE !!!  Unless you know what you're doing.
  2. This file contains information used in the Customer Data entry screens. DO NOT TAMPER WITH THIS FILE
  3. Format: field#(does nothing outside of this file), FieldName, FieldHelpLine, row, col, FieldLength, CapsFlag, MaskSpecifier, Additional allowable characters, Associated selection filespec (for scrollwindow selection of value).
  4. Mask Specifiers:     1 - allkeys$
  5.                      2 - number$
  6.                      3 - c32$  (spacebar)
  7.                      4 - upperalpha$
  8.                      5 - loweralpha$
  9.                      6 - otherkeys$
  10.                      7 - decimal$
  11.  
  12.    The 16th line of this file is where the actual data begins
  13.    Everything up to this line is ignored.
  14.             i.e. FOR p1 = 1 TO 15: LINE INPUT trash$: NEXT p1
  15. ------------------------------------------------------------------------------
  16. 1,"Last Name   :"," Enter the Customer Last Name or the Customer Company Name",2,3,-40,1,13,,
  17. 2,"First Name  :"," Enter the Customer's First name",3,3,12,1,1,"",
  18. 3,"Address     :"," Enter this customer's mailing address",4,3,30,1,13,"",
  19. 4,"City        :"," Enter the city in which this customer lives",5,3,20,1,13,"",
  20. 5,"State       :"," Enter the state in which this customer lives",6,3,5,1,13,"",
  21. 6,"Zip:"," Enter this customer's zip code",6,22,10,1,2,"-",
  22. 7,"Home Phone  :"," Enter this customer's HOME phone #",7,3,12,1,2,"-",
  23. 8,"Work Phone  :"," Enter this customer's WORK phone #",8,3,12,1,2,"-",
  24. 9,"Other Phone :"," Enter another phone number if available for this customer",9,3,12,1,2,"-",
  25. 10,"Date :"," Change this date ONLY if necessary",2,58,12,1,2,"/-",
  26. 11,"Repair Order #:"," To permanently change this #, you must use the utilities menu",3,58,7,1,2,"-",
  27. 12,"Estimate #:"," This number is the Repair Estimate number and SHOULD NOT be changed",4,58,5,1,2,"",
  28. 13,"Year:"," Enter the Vehicle year of manufacture",11,3,4,1,2,"",
  29. 14,"Make:"," Enter the vehicle make",11,13,15,1,13,"","0114.dat"
  30. 15,"Model:"," Enter the Vehicle model",11,34,15,1,13,"",
  31. 16,"Eng Size:"," Enter the engine size which will be needed for parts ordering",11,56,15,1,13,"",
  32. 17,"Date of Manufacture:"," Enter the Manufacture date which will be needed for parts ordering",12,3,12,1,2,"/-",
  33. 18,"VIN #:"," Enter the Vehicle identification number",12,36,30,1,245,"",
  34. 19,"Engine Size:"," Enter the engine size in this vehicle",13,3,20,1,13,"","SELECT"
  35. 20,"Odometer IN:"," Enter the odometer reading when this vehicle arrived",13,42,6,1,2,"",
  36. 21,"OUT:"," Enter the odometer reading when this vehicle leaves",13,61,6,1,2,"",
  37. 22,"Warranty Repair:"," Is this a warranty repair ?",14,3,1,1,,"YNyn",
  38. 23,"Original RO #:"," If this is a warranty repair then enter the original RO #",14,21,6,1,2,"",
  39. 24,"Authorize Date:"," Date the customer authorizes thie repair, NEEDED for telephone authorization",16,3,12,1,2,"/-",
  40. 25,"Time:"," Time of day when this repair was authorized by the customer",16,31,6,0,2,":pma",
  41.